Add-on Base by B-Milan

This is a base for add-ons

Watch this video and learn how to make Add-ons from Replacement vehicles using this base
link: https://youtu.be/sXydNtKhDZo

link to SkylineGTRFreak's Bombardier Dash 8Q-400
----------------------------------------------------------------------------------------------------------------------
Update 1.1:

I won't make another tutorial but I'ill explain here how to add the new files:

carcols.meta
This goes to:
[FOLDER NAME]/dlc.rpf/common/data/
you have to add these lines to content.xml:

<Item>
      <filename>dlc_[FOLDER NAME]:/common/data/carcols.meta</filename>
      <fileType>CARCOLS_FILE</fileType>
      <overlay value="false" />
      <disabled value="true" />
      <persistent value="false" />
    </Item>
and this:
<Item>dlc_[FOLDER NAME]:/common/data/carcols.meta</Item>
----------------------------------------------------------------------------------------------------------------------
carvariations.meta
this goes to:
[FOLDER NAME]/dlc.rpf/common/data/
 you have to add these lines to content.xml:

<Item>
      <filename>dlc_[FOLDER NAME]:/common/data/carvariations.meta</filename>
      <fileType>VEHICLE_VARIATION_FILE</fileType>
      <overlay value="false" />
      <disabled value="true" />
      <persistent value="false" />
    </Item>
and this:
<Item>dlc_[FOLDER NAME]:/common/data/carvariations.meta</Item>
----------------------------------------------------------------------------------------------------------------------
vehicle mods
these files go to:
[FOLDER NAME]/dlc.rpf/x64/levels/gta5/[FOLDER NAME]/vehiclemods/[VEHICLE NAME]_mods.rpf/
you have to add these lines to content.xml:

<Item>
      <filename>dlc_[FOLDER NAME]:/%PLATFORM%/levels/gta5/[FOLDER NAME]/vehiclemods/[VEHICLE NAME]_mods.rpf</filename>
      <fileType>RPF_FILE</fileType>
      <overlay value="false" />
      <disabled value="true" />
      <persistent value="true" />
    </Item>
and this:
<Item>dlc_[FOLDER NAME]:/%PLATFORM%/levels/gta5/[FOLDER NAME]/vehiclemods/[VEHICLE NAME]_mods.rpf</Item>
----------------------------------------------------------------------------------------------------------------------
caraddoncontentunlocks.meta
this goes to:
[FOLDER NAME]/dlc.rpf/common/data/
you have to add these lines to content.xml:

<Item>
      <filename>dlc_[FOLDER NAME]:/common/data/caraddonContentUnlocks.meta</filename>
      <fileType>CONTENT_UNLOCKING_META_FILE</fileType>
      <overlay value="false" />
      <disabled value="true" />
      <persistent value="false" />
    </Item>
----------------------------------------------------------------------------------------------------------------------
NOTICE:
in vehicles.meta at the bottom of the file there are these lines:
<Item>
      <parent>vehicles_[]_interior</parent>
      <child>[VEHICLE NAME]</child>
    </Item>

you have to search for these lines of the original vehicle (what the mod would replace)
and copy them to here, then at the [VEHICLE NAME] part, rewrite it to your vehicle's name
the vehicles.meta of the vanilla vehicles is here:
[GAME FOLDER]/common.rpf/data/levels/gta5/
some of the vanilla vehicles are later added to the game by dlc packs
their vehicles.meta is in the same place as yours:
[DLC FOLDER NAME]/dlc.rpf/common/data/levels/gta5/








